This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
@ReqQueryValue cannot be used to get the Windows Temporary Directory.
This is a problem, because MS have changed the folders so that you cannot right to the Root folder of the C:\ drive.
According to Microsoft website, the correct temporary location can be obtained by using the following Registry Key:
However this registry entry is kinda 'hidden' or the icon for it in the registry is like a blue data, perhaps indicating it's a binary type or something?
Other registry keys in the same folder can be obtained, these ones have an icon that is 'red letters' and on the right hand side in the registry the value is displayed.
An alternative is this registry entry:
tempDir:= @RegQueryValue("HKEY_CURRENT_USER" ; "Environment" ; "TEMP");
But this returns to Lotus Notes:
%USERPROFILE%\AppData\Local\Temp
e.g. the %USERPROFILE% is not resolved...
Feedback number WEBB85DLEL created by ~Evelyn Cisnither on 05/12/2010
Status: Open
Comments: